home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1637 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  637b  |  32 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(_root.draglej == 15)
  5.       {
  6.          _root.d_urednik.i = "item_n15";
  7.       }
  8.       else if(_root.draglej == 32)
  9.       {
  10.          _root.d_urednik.i = "item_n32";
  11.       }
  12.       else if(_root.draglej == 13 || _root.draglej == 14)
  13.       {
  14.          _root.d_urednik.i = "start";
  15.       }
  16.       else if(0 < _root.draglej)
  17.       {
  18.          _root.d_urednik.i = "item_bad";
  19.       }
  20.       else
  21.       {
  22.          _root.d_urednik.i = "start";
  23.       }
  24.    }
  25.    else
  26.    {
  27.       _root.pepa.gotoAndPlay(_root.poz add "c");
  28.    }
  29.    _root.stopdragall();
  30.    _root.hideall();
  31. }
  32.